home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / indent < prev    next >
Text File  |  2001-03-21  |  739b  |  21 lines

  1. Synopsis:
  2.    set indent [on|off|toggle]
  3.  
  4. Description:
  5.    When turned on, long lines will be wrapped such that they are indented
  6.    to the same position as the second word on the first line.  Subsequent
  7.    wrapping of the same line will be indented to the same place.
  8.  
  9.    If CONTINUED_LINE is also set, the client will pad the wrapped portions
  10.    of the line with the CONTINUED_LINE contents, unless CONTINUED_LINE
  11.    happens to be longer than the indented space.  CONTINUED_LINE will not
  12.    be truncated in this event; it is either displayed in full, or not at
  13.    all.
  14.  
  15.    The client will never indent a line more than one-third the width of
  16.    the screen when INDENT is enabled.
  17.  
  18. See Also:
  19.    set(4) continued_line
  20.  
  21.